Welcome![Sign In][Sign Up]
Location:
Search - delphi tcp socket

Search list

[Internet-Network2004100111112520622

Description: TCP/UDP局域网通讯 通过SOCKET,用DELPHI实现的可以在局域网中实现通信的程序。-TCP/UDP Socket LAN communications through the use of the DELPHI in LAN communications procedures.
Platform: | Size: 234496 | Author: 胡勇擎 | Hits:

[Internet-NetworkWinsockTester

Description: 本源码是利用Winsock Api写的一款基于TCP/IP协议的通讯软件 对新手学习Windows Socket Api 是很好的资料-the source is the use of Winsock Api write-based TCP/IP communications software for novice Windows Socket Api learning is a very good information
Platform: | Size: 671744 | Author: 叶子 | Hits:

[Other systemsAnother_eYes_BTDemo

Description: 由delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortLists.pas -- 排序的List组件 ThreadTimer.pas -- 定时器与线程池 DelayLists.pas -- 一个延时5秒再释放Object的队列 FastShareMem.pas, MemPools.pas, ShareGlobals.inc -- 由ThreadTimer内部使用 Bit Torrent Specification.htm -- BT协议文档-achieved by delphi bt download procedures for example, with all source code and BT agreement package documents : BTDemo.dpr, BTDemoF.pas. BTDemoF.dfm-- a simple device bt download, support a number. torrent download documents btutils.pas-- bt core components of DCP*. pas-- SHA algorithm source code (copy from the DEC kits) InetUtils.pas-- provide Internet download library SimpleSocks.pas-- socket Group pieces (TCP) SortLists.pas-- Ranking List components ThreadTime r.pas-- and the timer thread pool DelayLists.pas-- a delay the release of another five seconds O bject cohort FastShareMem.pas, MemPools.pas. ShareGlobals.inc-- from the internal use of Bit ThreadTimer Tor 366 Specification.htm-- BT agreement document
Platform: | Size: 98304 | Author: 李顺 | Hits:

[Delphi VCLsocket_sever

Description: 自写采用delphi控制的tcp通讯例程,包中exe文件即可当tcp 服务器,也可当tcp终端,打开两个窗口,当模拟服务器也终端的工作过程 -Since writing using delphi control tcp communication routines, the package can be when exe file tcp server can also be when the tcp terminal, open two windows, when the analog terminal servers working process
Platform: | Size: 402432 | Author: 张诚 | Hits:

[TCP/IP stackSocketToolSRC

Description: SocketToolSRC是SocketTool的Delphi源代码,里面实现了TCP Server,TCP Client,UPD广播,UDP组播,UDP等Socket功能. 还简单实现了一个Web服务器(http服务器)的代码。-SocketToolSRC is SocketTool the Delphi source code, which achieved a TCP Server, TCP Client, UPD broadcast, UDP Multicast, UDP, etc. Socket function. Also implements a simple Web server (http server) code.
Platform: | Size: 2251776 | Author: 李强 | Hits:

[ICQ-IM-ChatNETchar1.1011

Description: delphi7.0下idtcpclient和idtcpserver制作的聊天室软件,对学习socket很有帮助-delphi7.0 under idtcpclient and produced idtcpserver chat room software, learning socket helpful
Platform: | Size: 345088 | Author: | Hits:

[TCP/IP stackDisfile1001

Description: delphi7.0 写的局域网内文件传送软件,tcp的,是socket学习的好材料-written delphi7.0 LAN file transfer software, tcp is a good learning materials socket
Platform: | Size: 376832 | Author: | Hits:

[TCP/IP stackSocket2.0

Description: TCP/UDP协议服务器端、客户端实现软件,同时支持TCP/UDP协议-TCP/UDP protocol server side, client software that supports both TCP/UDP protocol
Platform: | Size: 107520 | Author: wyx | Hits:

[TCP/IP stackSocket

Description: 主要是进行socket建立Tcp/ip传输,并且也可以进行UDP的传输-Socket is mainly carried out to establish Tcp/ip transmission, and will be able to conduct UDP transmission
Platform: | Size: 21504 | Author: asas | Hits:

[Internet-NetworkSocket

Description: ICP/IP、UDP阻塞模式编程演示,包中含tcp/IP、UDP服务端和客户端源码-ICP/IP, UDP blocking mode programming presentation package with tcp/IP, UDP server and client source code
Platform: | Size: 29696 | Author: 张凡 | Hits:

[Internet-NetworkYCFileTran

Description: 两台机器 传输文件 利用Socket 协议 TCP/IP-Two PC File Tran Socket TCP/IP Port
Platform: | Size: 1332224 | Author: zhaosun | Hits:

[Delphi VCLHxTcpIpcUdp

Description: UDP - TCP Socket Component for Delphi & Kylix-UDP- TCP Socket Component for Delphi & Kylix
Platform: | Size: 14336 | Author: Reza Mastour | Hits:

[Delphi VCLCommStation

Description: 对socket组件进行封装,自动解析任意结构的数据。-Socket components of the package, and automatically resolve any structure.
Platform: | Size: 5120 | Author: 王某人 | Hits:

[Internet-NetworkSocket

Description: 这个文件实现了文件传输功能,简单的应用了Socket tcp/ip-The File can transmission file with Socket tcp or ip,which is maked in delphi 7 and with Pascal language
Platform: | Size: 386048 | Author: 李小军 | Hits:

[Internet-NetworkSocket-network-program

Description: 在介绍TCP协议客户端和服务器端进程通信流程及其实现的基础上,以Del 为环境编程语言,讲述了在Windows环境下利用Socket进行网络编程的方法和特点。-Socket TCP Network program
Platform: | Size: 137216 | Author: 李荣晟 | Hits:

[TCP/IP stackSocket-net-program

Description: 介绍TCP/IP协议客户端和服务器端进程通信流程和具体实现的基础上,给出了开发通信应用程序的编程模型和实现要点,并以Delphi为编程语言说明了使用Socket进行网络编程的方法和特点-Socket net program
Platform: | Size: 287744 | Author: 李荣晟 | Hits:

[Internet-NetworkDelphi-Socket-TCP-

Description: delphi 实现socket TCP 通讯,通过winsocke的封装,实现了WIN API socket通讯 代码通过EXE的Server端,client端来实现TCP通讯,并封装了DLL;避免了Delphi自带 的soket控件在Dll中无法收到消息的问题。-delphi socket TCP communication to achieve, through winsocke package to achieve the WIN API socket communication through the EXE of the Server-side code, client side to achieve TCP communication, and package the DLL avoid soket control that comes with Delphi can not be received in the Dll message problem.
Platform: | Size: 1378304 | Author: daihongwei | Hits:

[Communicationport-socket

Description: 里面可以实现多人聊天,有TCP和UDP方式 可以先择,很好的学习例子,不要错过了。-Which people can chat with TCP and UDP mode can be selected, good learning example, do not miss out.
Platform: | Size: 378880 | Author: yygkko | Hits:

[Internet-NetworkTcp-socket

Description: delphi SOCKET通信测试工具很好用很实用-delphi SOCKET通信
Platform: | Size: 434176 | Author: delphi | Hits:

[Delphi VCLtcp-socket

Description: 利用delphi控件进行TCP/IP通讯可以给你省去许多麻烦 可以达到快速开发的目的-Using delphi controls for TCP/IP communications can give you a lot of trouble to achieve the purpose of rapid development
Platform: | Size: 3072 | Author: 岳泽奇 | Hits:
« 12 3 »

CodeBus www.codebus.net